home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / castools.zip / PBDFLT.H < prev    next >
Text File  |  1989-12-02  |  706b  |  21 lines

  1. /* PBDFLT.H   Header file containing an initialized default phonebook struct */
  2.  
  3. PBH DefaultPbHeader = {
  4.     0xBB1A,                             /* CAS requires: BB1AH */
  5.     CCAM_Major,                         /* CCAM Major version number */
  6.     CCAM_Minor,                         /* CCAM Minor version number */
  7.     0,                                  /* 0 to 1000 */
  8.     0,                                  /* unused bytes, 0 to 32766 */
  9.     2,                                /* vbl-lngth fields in entries: 0-10 */
  10.     {"Voice Phone: ",                   /* names of the above fields */
  11.      "Comment: ",
  12.      "",
  13.      "",
  14.      "",
  15.      "",
  16.      "",
  17.      "",
  18.      "",
  19.      ""}
  20. };
  21.